home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsrc.lha / ixemul / stack / a4.h next >
Encoding:
C/C++ Source or Header  |  1996-05-09  |  131 b   |  11 lines

  1. #ifndef _A4_H_
  2. #define _A4_H_
  3.  
  4. #ifdef BASEREL
  5.   #define A4(x) "a4@(" #x ":W)"
  6. #else
  7.   #define A4(x) #x
  8. #endif
  9.  
  10. #endif /* _A4_H_ */
  11.